home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 11
/
PC World Interactive 11.iso
/
share
/
grafik
/
photo3d
/
PHOTO3D.exe
/
0
/
RCDATA
/
TOPTDIALOG
/
TOPTDIALOG.txt
Wrap
Text File
|
1998-06-30
|
1KB
|
65 lines
object OptDialog: TOptDialog
Left = 263
Top = 71
Width = 194
Height = 148
Caption = 'Options'
Font.Charset = SHIFTJIS_CHARSET
Font.Color = clBlack
Font.Height = -10
Font.Name = '�l�r �o�S�V�b�N'
Font.Style = []
Scaled = False
PixelsPerInch = 96
TextHeight = 10
object RadioGroup1: TRadioGroup
Left = 14
Top = 7
Width = 155
Height = 66
Caption = 'Format to Save Photo'
Font.Charset = SHIFTJIS_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = '�l�r �o�S�V�b�N'
Font.Style = []
Items.Strings = (
'BMP'
'JPEG')
ParentFont = False
TabOrder = 0
end
object OKBtn: TButton
Left = 20
Top = 84
Width = 60
Height = 21
Caption = 'OK'
Default = True
Font.Charset = SHIFTJIS_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = '�l�r �o�S�V�b�N'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 1
OnClick = OKBtnClick
end
object CancelBtn: TButton
Left = 105
Top = 84
Width = 60
Height = 21
Caption = 'Cancel'
Font.Charset = SHIFTJIS_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = '�l�r �o�S�V�b�N'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 2
end
end